ci: update GitHub Actions to latest major versions - #279
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThree GitHub Actions workflows update action versions: checkout changes to v7, setup-node changes to v7, and github-script changes to v9. Existing workflow steps and embedded logic remain unchanged. Estimated code review effort: 1 (Trivial) | ~3 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✅ Deploy Preview for absmartly-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Updates all first-party GitHub Actions to their latest major versions.
actions/checkoutactions/setup-nodeactions/github-scriptsigncl/docsearch-scraper-action@masterleft as-is — third-party action pinned to a branch, no semver tag to bump.Breaking change review
Checked each changelog against our actual usage — none of the breaking changes apply:
ubuntu-latest); v7's fork-PR block only affectspull_request_target/workflow_run, which we don't use.packageManagerfield inpackage.json— we have none, so no behavior change.require('@actions/github')and injectsgetOctokit. Ourcombine-prs.ymlscript uses only the injectedgithubclient (github.paginate,github.graphql,github.rest.*) — unaffected.Note:
feature/docsearch-on-deploy-pluginalso has these actions at the old versions and touches the same workflow files. It'll hit a trivial version conflict on merge — take the bumped versions.🤖 Generated with Claude Code
Summary by CodeRabbit